@@ -15,13 +15,13 @@ |
||
| 15 | 15 |
* [X] Open link in external browser |
| 16 | 16 |
* [ ] Image View |
| 17 | 17 |
* [X] All Files / All Notes View |
| 18 |
-* [ ] Folders/Notebook view & navigation |
|
| 18 |
+* [X] Folders/Notebook view & navigation |
|
| 19 | 19 |
* [ ] Nav btns go to file views |
| 20 | 20 |
* [ ] Note versioning |
| 21 | 21 |
* [ ] Tags |
| 22 | 22 |
* [ ] External Links (browser view) |
| 23 | 23 |
* [ ] Save User settings |
| 24 |
-* [ ] Preferences Panel |
|
| 24 |
+* [X] Preferences Panel |
|
| 25 | 25 |
* [ ] Welcome Panel |
| 26 | 26 |
* [ ] New file Dialog |
| 27 | 27 |
* [ ] Right Click Menus |
@@ -32,4 +32,5 @@ |
||
| 32 | 32 |
* [ ] Footer bar infos |
| 33 | 33 |
* [ ] File View Buffering |
| 34 | 34 |
* [ ] Retina Thumbnails |
| 35 |
-* [ ] Charset Encoding bug |
|
| 35 |
+* [X] Charset Encoding bug |
|
| 36 |
+* [X] Text Selection |
@@ -7,6 +7,7 @@ |
||
| 7 | 7 |
padding-top: 5px; |
| 8 | 8 |
height: 100%; |
| 9 | 9 |
overflow-y: overlay; |
| 10 |
+ -webkit-user-select: all; |
|
| 10 | 11 |
} |
| 11 | 12 |
|
| 12 | 13 |
.note-container .note {
|
@@ -22,6 +23,11 @@ |
||
| 22 | 23 |
color: #333; |
| 23 | 24 |
} |
| 24 | 25 |
|
| 26 |
+.note-container .note * {
|
|
| 27 |
+ -webkit-user-select: all; |
|
| 28 |
+ cursor: text; |
|
| 29 |
+} |
|
| 30 |
+ |
|
| 25 | 31 |
.ace_editor { height: 100%; }
|
| 26 | 32 |
|
| 27 | 33 |
.editor-container {
|